home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / Sandvox 1.0.4.dmg / Sandvox.app / Contents / Designs / Iris Spring.svxDesign / print.css < prev    next >
Cascading Style Sheet File  |  2006-08-04  |  763b  |  28 lines

  1. /* 
  2.    css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
  3.    css released under Creative Commons License 
  4.         - http://creativecommons.org/licenses/by-sa/2.5/ 
  5.    All associated graphics belong to their respective owners 
  6.         and are licensed separately. 
  7. */
  8.  
  9. body {
  10.     margin: 0;
  11.     font-size: 12pt;
  12.     font-family: "Gill Sans","Lucida Grande","Lucida Sans Unicode",verdana,arial,sans-serif;
  13.     color: #000;
  14. }
  15.  
  16. h1,h2,h3,h4,h5,h6 {
  17.     font-family: futura,arial,sans-serif;
  18.     font-weight: normal;
  19. }
  20.  
  21. #logo { float: right; }
  22.  
  23. * html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { font-weight: bold; }
  24.  
  25. a { font-weight: bold; text-decoration: underline; }
  26.  
  27. #page-bottom { border-top: 1px solid #000; padding-top: 4px; font-size: 10pt; }
  28.